MoviePlayer.PlayerType Property

Syntax

PlayerType as Integer


Indicates the type of movie the MoviePlayer will play.
0 - Preferred player
1 - QuickTime player
2 - Windows Media player
On Windows, the preferred player is the Windows Media Player, but if the WMP cannot play the movie, REALbasic will attempt to use the QuickTime player. On Macintosh, PlayerType is ignored, as the only type of movie currently supported is QuickTime.

If desired, set PlayerType to 2 to prevent REALbasic from trying the QuickTime player. On Linux, these players are not currently available.